home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Screensavers 98
/
Screensavers 98.iso
/
ass
/
chicken soup
/
read_me.bat
< prev
next >
Wrap
DOS Batch File
|
2000-03-28
|
423b
|
13 lines
echo off
cls
rem This batch file provides a simple way to read about the product:
rem Chicken Soup and Such Windows Screen Saver, v1.2
rem The information you want to read is in the file VENDINFO.DIZ.
rem If you prefer, you can read it using any ordinary text viewer.
rem For example, if the LIST viewer is in your DOS path, you would
rem use the command 'LIST VENDINFO.DIZ'.
more < VENDINFO.DIZ
pause